mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 16:35:42 -04:00
9 lines
163 B
Makefile
9 lines
163 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= uuq
|
|
CFLAGS+=-I${.CURDIR}/../includes
|
|
BINMODE=6555
|
|
DPADD= ${LIBCOMPAT}
|
|
LDADD= ${LIBUU} -lcompat
|
|
|
|
.include <bsd.prog.mk>
|