mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
11 lines
152 B
Makefile
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>
|
|
|
|
|