mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 00:21:25 +01:00
17 lines
247 B
Makefile
17 lines
247 B
Makefile
#
|
|
# $Id: Makefile,v 1.1 1994/09/19 15:30:33 dfr Exp $
|
|
#
|
|
|
|
PROG= mount_msdos
|
|
SRCS= mount_msdos.c getmntopts.c
|
|
MAN8= mount_msdos.8
|
|
|
|
BINOWN= root
|
|
BINMODE= 4555
|
|
|
|
MOUNT= ${.CURDIR}/../../mount
|
|
CFLAGS+= -I${MOUNT}
|
|
.PATH: ${MOUNT}
|
|
|
|
.include <bsd.prog.mk>
|