mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
604d24db95
Use WARNS?= instead of WARNS=.
13 lines
154 B
Makefile
13 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fdisk
|
|
SRCS= fdisk.c geom_pc98_enc.c
|
|
WARNS?= 0
|
|
MAN= fdisk.8
|
|
|
|
CFLAGS += -DPC98
|
|
|
|
.PATH: ${.CURDIR}/../../sys/geom
|
|
|
|
.include <bsd.prog.mk>
|