mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
Upstream is now https://github.com/zoulasc/blocklist/. Rename the contrib directory and update Makefiles to match, in advance of the next vendor branch update. Sponsored by: The FreeBSD Foundation (cherry picked from commit 5f4c09dd85bff675e0ca63c55ea3c517e0fddfcc)
12 lines
218 B
Makefile
12 lines
218 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/05/30 22:40:38 christos Exp $
|
|
|
|
MKMAN=no
|
|
|
|
PROGS=srvtest cltest
|
|
SRCS.srvtest = srvtest.c
|
|
SRCS.cltest = cltest.c
|
|
CPPFLAGS+=-DBLDEBUG
|
|
LDADD+=-lutil
|
|
DPADD+=${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|