NetBSD/sbin/mount_lofs/Makefile

14 lines
253 B
Makefile
Raw Normal View History

1994-01-12 21:35:34 +03:00
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
# $Id: Makefile,v 1.2 1994/01/12 20:16:35 mycroft Exp $
1994-01-12 21:35:34 +03:00
.if exists(${.CURDIR}/../../sys)
CFLAGS+=-I${.CURDIR}/../../sys
1994-01-12 21:35:34 +03:00
.else
CFLAGS+=-I/sys
1994-01-12 21:35:34 +03:00
.endif
PROG= mount_lofs
MAN8= mount_lofs.0
.include <bsd.prog.mk>