mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
and MAKEDEV(8) will be changed to not use chown(8), thus removing the depdendance on a having /usr mounted.
10 lines
174 B
Makefile
10 lines
174 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= chown
|
|
CFLAGS+=-DSUPPORT_DOT
|
|
MAN1= chgrp.1
|
|
MAN8= chown.8
|
|
LINKS= ${BINDIR}/chown /usr/bin/chgrp
|
|
|
|
.include <bsd.prog.mk>
|