kernel - Add atomic_readandclear_int()
[dragonfly.git] / sbin / mount_std / Makefile
blob6b236bb5df5f2cc1abd63cbbb374bb658f5849a6
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.3 2006/10/17 00:55:42 pavalos Exp $
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
12 MOUNT= ${.CURDIR}/../mount
13 CFLAGS+= -I${MOUNT}
14 .PATH: ${MOUNT}
16 LINKS= ${BINDIR}/mount_std ${BINDIR}/mount_fdesc \
17 ${BINDIR}/mount_std ${BINDIR}/mount_linprocfs \
18 ${BINDIR}/mount_std ${BINDIR}/mount_procfs
20 .include <bsd.prog.mk>