freebsd-dev/usr.sbin/mountd/Makefile
Craig Rodrigues 6a09faf2cb Convert mountd to nmount(). Remove some hardcoded dependencies
on ufs, cd9660, msdosfs, and ntfs, but not all dependencies.
2006-05-23 17:10:17 +00:00

18 lines
274 B
Makefile

# From: @(#)Makefile 8.3 (Berkeley) 1/25/94
# $FreeBSD$
PROG= mountd
SRCS= mountd.c getmntopts.c
MAN= exports.5 netgroup.5 mountd.8
MOUNT= ${.CURDIR}/../../sbin/mount
CFLAGS+= -I${MOUNT}
WARNS?= 2
.PATH: ${MOUNT}
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>