mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
modifications were *not* merged in (FreeBSD-DEVELOPER and symlink) but the source is now the stock sources.
10 lines
258 B
Makefile
10 lines
258 B
Makefile
# $Id: Makefile,v 1.25 1995/03/22 19:39:45 nate Exp $
|
|
|
|
PROG = mkmodules
|
|
SRCS = mkmodules.c
|
|
CFLAGS+= -I${.CURDIR}/../cvs -I${.CURDIR}/../lib -DHAVE_CONFIG_H -DHAVE_TIMEZONE
|
|
DPADD+= ${LIBCVS}
|
|
LDADD+= -lcvs
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|