mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 10:50:09 -04:00
9 lines
118 B
Makefile
9 lines
118 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= extattrctl
|
|
MAN= extattrctl.8
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
CFLAGS+=-Wall
|
|
|
|
.include <bsd.prog.mk>
|