mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 12:44:53 +01:00
8 lines
77 B
Makefile
8 lines
77 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= ugidfw
|
||
|
NOMAN= yes
|
||
|
LDADD= -lugidfw
|
||
|
|
||
|
.include <bsd.prog.mk>
|