10 lines
102 B
Makefile

# $FreeBSD$
PROG= pt_chown
SRCS= pt_chown.c
BINOWN= root
BINMODE=4555
NOMAN=
.include <bsd.prog.mk>