libpam: Reorganize libpam build structure.
[dragonfly.git] / sbin / mountd / Makefile
blob270ee83c38d9e5346e34e9de7d23cd4ffa06d591
1 # From: @(#)Makefile 8.3 (Berkeley) 1/25/94
2 # $FreeBSD: src/sbin/mountd/Makefile,v 1.9.2.1 2001/04/25 10:58:41 ru Exp $
4 PROG= mountd
5 CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
6 MAN= exports.5 netgroup.5 mountd.8
7 WARNS?= 2
9 DPADD= ${LIBUTIL}
10 LDADD= -lutil
12 .include <bsd.prog.mk>