1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sbin/kget/Makefile

9 lines
153 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.1 1999/02/27 02:24:18 jkh Exp $
#
PROG= kget
CFLAGS+= -I${.CURDIR}/../../sys/i386
SRCS= kget.c
MAN8= kget.8
.include <bsd.prog.mk>