mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
8 lines
81 B
Makefile
8 lines
81 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fdisk
|
|
MAN8= fdisk.8
|
|
|
|
CFLAGS += -DPC98
|
|
|
|
.include <bsd.prog.mk>
|