aboutsummaryrefslogblamecommitdiff
path: root/usr.sbin/extattrctl/Makefile
blob: 01a7297f2eba8def2ae30f7b588ac7435a8ff3b0 (plain) (tree)
1
2
3
4
5
6
7
8







                        
# $FreeBSD$
PROG=	extattrctl
SRCS=	extattrctl.c
LDADD=	
CFLAGS+=	-g -Wall
MAN8+=	extattrctl.8

.include <bsd.prog.mk>