blob: 23f1c19ae700feea309692065d667cecae006386 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.1 1997/01/20 09:15:31 mickey Exp $
LKM= unionfs
SRCS+= union_lkm.c union_vfsops.c union_vnops.c union_subr.c
CFLAGS+=-I${.CURDIR}/../../sys/miscfs/union
NOMAN= noman
.PATH: ${.CURDIR}/../../sys/miscfs/union
.include <bsd.lkm.mk>
|