1994-08-04 01:07:10 +04:00
|
|
|
# from: @(#)Makefile 8.3 (Berkeley) 3/27/94
|
1995-01-09 13:20:11 +03:00
|
|
|
# $Id: Makefile,v 1.4 1995/01/09 10:20:11 mycroft Exp $
|
1994-06-08 23:27:32 +04:00
|
|
|
|
|
|
|
PROG= mount_union
|
|
|
|
SRCS= mount_union.c getmntopts.c
|
1994-12-22 13:44:04 +03:00
|
|
|
MAN= mount_union.8
|
1994-06-08 23:27:32 +04:00
|
|
|
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
1994-08-04 01:07:10 +04:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
|
1994-06-08 23:27:32 +04:00
|
|
|
.PATH: ${MOUNT}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|