mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
8 lines
150 B
Makefile
8 lines
150 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= snscore
|
|
CFLAGS+=-I${.CURDIR}/../snake
|
|
NOMAN= noman
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|