mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 02:40:09 -04:00
9 lines
102 B
Makefile
9 lines
102 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pt_chown
|
|
SRCS= pt_chown.c
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
NOMAN=
|
|
|
|
.include <bsd.prog.mk>
|