Remove advertising header from man pages.
[dragonfly.git] / sbin / mount_std / Makefile
blobf77d81f666059db6df39ee5241367db884ab9e17
1 # @(#)Makefile 8.2 (Berkeley) 3/27/94
2 # $FreeBSD: src/sbin/mount_std/Makefile,v 1.4.6.5 2003/02/10 12:21:07 des Exp $
4 PROG= mount_std
5 MAN= mount_std.8
6 MLINKS= mount_std.8 mount_fdesc.8 \
7 mount_std.8 mount_linprocfs.8 \
8 mount_std.8 mount_procfs.8
10 LDADD= -lutil
11 DPADD= ${LIBUTIL}
13 LINKS= ${BINDIR}/mount_std ${BINDIR}/mount_fdesc \
14 ${BINDIR}/mount_std ${BINDIR}/mount_linprocfs \
15 ${BINDIR}/mount_std ${BINDIR}/mount_procfs
17 .include <bsd.prog.mk>