mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 10:08:41 -05:00
12 lines
187 B
Makefile
12 lines
187 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 3/17/94
|
|
# $FreeBSD$
|
|
|
|
PROG= disklabel
|
|
SRCS= disklabel.c
|
|
MAN= disklabel.5 disklabel.8
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|