Start flushing out the IPI routines and do some clean-up.
[dragonfly/vkernel-mp.git] / sbin / mount_union / Makefile
blob0710e0d7254b664dd077c4f593227d1622cae395
1 # @(#)Makefile 8.3 (Berkeley) 3/27/94
2 # $FreeBSD: src/sbin/mount_union/Makefile,v 1.6.6.1 2001/04/25 10:58:40 ru Exp $
3 # $DragonFly: src/sbin/mount_union/Makefile,v 1.4 2006/10/17 02:55:42 pavalos Exp $
5 PROG= mount_union
6 SRCS= mount_union.c getmntopts.c
7 MAN= mount_union.8
9 MOUNT= ${.CURDIR}/../mount
10 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
11 .PATH: ${MOUNT}
13 .include <bsd.prog.mk>