mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
14 lines
295 B
Makefile
14 lines
295 B
Makefile
LIB = cvs
|
|
|
|
CFLAGS += -I${.CURDIR} -I${.CURDIR}/../cvs -DFTIME_MISSING -DHAVE_TIMEZONE
|
|
|
|
SRCS = argmatch.c error.c getopt.c sighandle.c strippath.c stripslash.c yesno.c \
|
|
getdate.y fnmatch.c subr.c myndbm.c hash.c
|
|
|
|
CLEANFILES+= getdate.c y.tab.h
|
|
|
|
NOPROFILE= yes
|
|
|
|
install:;
|
|
|
|
.include <bsd.lib.mk>
|