mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -04:00
10 lines
106 B
Makefile
10 lines
106 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= pt_chown
|
||
|
|
SRCS= pt_chown.c
|
||
|
|
BINOWN= root
|
||
|
|
BINMODE=4555
|
||
|
|
NOMAN= yes
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|