Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sbin / mount_std / Makefile
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 $
3 #       $DragonFly: src/sbin/mount_std/Makefile,v 1.2 2003/06/17 04:27:33 dillon Exp $
4
5 PROG=   mount_std
6 SRCS=   mount_std.c getmntopts.c
7 MAN=    mount_std.8
8 MLINKS= mount_std.8 mount_fdesc.8 \
9         mount_std.8 mount_linprocfs.8 \
10         mount_std.8 mount_procfs.8
11
12 MOUNT=  ${.CURDIR}/../mount
13 CFLAGS+= -I${MOUNT}
14 .PATH:  ${MOUNT}
15
16 LINKS=  ${BINDIR}/mount_std ${BINDIR}/mount_fdesc \
17         ${BINDIR}/mount_std ${BINDIR}/mount_linprocfs \
18         ${BINDIR}/mount_std ${BINDIR}/mount_procfs
19
20 .include <bsd.prog.mk>