mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
9 lines
136 B
Makefile
9 lines
136 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= uusnap
|
|
CFLAGS+=-I${.CURDIR}/../includes
|
|
BINMODE=6555
|
|
MAN8= uusnap.8
|
|
|
|
.include <bsd.prog.mk>
|