2c60b6689a
bsdlabel.5 deliberately exempted, its contents looks less than useful.
14 lines
191 B
Makefile
14 lines
191 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 3/17/94
|
|
# $FreeBSD$
|
|
|
|
PROG= bsdlabel
|
|
SRCS= bsdlabel.c
|
|
#MAN+= bsdlabel.5
|
|
MAN+= bsdlabel.8
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|