blob: 7806d0c41e2faa25c13243097bf6e23de535aabe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.2 2000/06/21 05:28:25 fgsch Exp $
PROG= mount_tcfs
SRCS= mount_tcfs.c getmntopts.c
MAN= mount_tcfs.8
MOUNT= ${.CURDIR}/../mount_nfs
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>
|