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


                                   

                           
                  
         
 


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

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

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

.PATH:	${MOUNT}

.include <bsd.prog.mk>