blob: 97783831257e85b43e35fe09692965a5d86a26b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.3 1997/09/21 11:37:19 deraadt Exp $
PROG= mount_lfs
SRCS= mount_lfs.c getmntopts.c
MAN= mount_lfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>
|