1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/sbin/mount_lfs/Makefile

12 lines
192 B
Makefile
Raw Normal View History

# @(#)Makefile 8.2 (Berkeley) 3/27/94
PROG= mount_lfs
SRCS= mount_lfs.c getmntopts.c
MAN8= mount_lfs.0
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>