1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-30 12:04:07 +00:00
freebsd/sbin/fdisk_pc98/Makefile

14 lines
166 B
Makefile
Raw Normal View History

2000-03-18 16:48:41 +00:00
# $FreeBSD$
PACKAGE=runtime
2000-03-18 16:48:41 +00:00
PROG= fdisk
SRCS= fdisk.c geom_pc98_enc.c
WARNS?= 4
MAN= fdisk.8
2000-03-18 16:48:41 +00:00
.PATH: ${.CURDIR}/../../sys/geom
2000-03-18 16:48:41 +00:00
LIBADD= geom
2000-03-18 16:48:41 +00:00
.include <bsd.prog.mk>