opnsense-src/release/picobsd/tinyware/kget/Makefile
Andrzej Bialecki b51e08ff33 Replace kget with version which obtains its info from newly added
sysctl machdep.uc_devlist, instead of /dev/kmem.
1999-01-08 21:09:42 +00:00

11 lines
152 B
Makefile

# $Id: Makefile,v 1.3 1998/10/25 03:16:02 abial Exp $
#
SRC?=/usr/src
PROG=kget
CFLAGS+= -I${SRC}/sys
SRCS= kget.c
NOMAN=yes
.include <bsd.prog.mk>