opnsense-src/release/picobsd/tinyware/kget/Makefile
Andrzej Bialecki bfec642338 Remove some dead code.
Obtained from: similar changes in sysinstall by jkh
1998-09-19 21:40:39 +00:00

11 lines
239 B
Makefile

# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $
#
PROG=kget
CFLAGS+= -I/usr/src/sys -DUC_PRIVATE -DKERN_NO_SYMBOLS
SRCS= uc_isa.c uc_kmem.c uc_list.c uc_main.c uc_main.h \
uc_eisa.c uc_pci.c
NOMAN=yes
.include <bsd.prog.mk>