mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
12 lines
198 B
Makefile
12 lines
198 B
Makefile
|
|
# @(#)Makefile 8.2 (Berkeley) 3/27/94
|
||
|
|
|
||
|
|
PROG= mount_devfs
|
||
|
|
SRCS= mount_devfs.c getmntopts.c
|
||
|
|
MAN8= mount_devfs.8
|
||
|
|
|
||
|
|
MOUNT= ${.CURDIR}/../mount
|
||
|
|
CFLAGS+= -I${MOUNT}
|
||
|
|
.PATH: ${MOUNT}
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|