mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
9 lines
81 B
Makefile
9 lines
81 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fdisk
|
|
MAN8= fdisk.8
|
|
|
|
CFLAGS += -DPC98
|
|
|
|
.include <bsd.prog.mk>
|