1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sbin/kget/Makefile
1999-02-27 02:24:18 +00:00

9 lines
153 B
Makefile

# $Id: Makefile,v 1.4 1999/01/08 21:09:42 abial Exp $
#
PROG= kget
CFLAGS+= -I${.CURDIR}/../../sys/i386
SRCS= kget.c
NOMAN= yes
.include <bsd.prog.mk>