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