mirror of
https://github.com/opnsense/src.git
synced 2026-04-11 20:40:03 -04:00
11 lines
239 B
Makefile
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>
|
|
|
|
|