mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -04:00
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
14 lines
192 B
Makefile
14 lines
192 B
Makefile
|
|
PROG= mountd
|
|
SRCS= mountd.c getmntopts.c
|
|
MAN= exports.5 netgroup.5 mountd.8
|
|
|
|
MOUNT= ${SRCTOP}/sbin/mount
|
|
CFLAGS+= -I${MOUNT}
|
|
WARNS?= 2
|
|
|
|
.PATH: ${MOUNT}
|
|
|
|
LIBADD= util
|
|
|
|
.include <bsd.prog.mk>
|