1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/usr.sbin/ugidfw/Makefile
Robert Watson 4fd65a06f9 Add a libnames entry for libugidfw.
Add a DPADD line for ${LIBUGIDFW} for ugidfw.

Submitted by:	ru
2002-08-02 13:37:57 +00:00

9 lines
97 B
Makefile

# $FreeBSD$
PROG= ugidfw
NOMAN= yes
DPADD= ${LIBUGIDFW}
LDADD= -lugidfw
.include <bsd.prog.mk>