aboutsummaryrefslogblamecommitdiff
path: root/sbin/mount_unionfs/Makefile
blob: 276fc7467d13e45192b1eb51caf444f3fad9905a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              
           
 


                                    

                           
                  
 

                
                      
#	@(#)Makefile	8.3 (Berkeley) 3/27/94
# $FreeBSD$

PROG=	mount_unionfs
SRCS=	mount_unionfs.c getmntopts.c
MAN=	mount_unionfs.8

MOUNT=	${.CURDIR}/../mount
CFLAGS+=-I${MOUNT}

.PATH:	${MOUNT}

.include <bsd.prog.mk>