freebsd-dev/sbin/bsdlabel/Makefile
Poul-Henning Kamp fc87418be0 Turn dkcksum() into an __inline function.
Change its type to u_int_16_t.
2000-09-16 13:43:00 +00:00

14 lines
195 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 3/17/94
# $FreeBSD$
PROG= disklabel
SRCS= disklabel.c
MAN8= disklabel.8
MAN5= disklabel.5
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
.include <bsd.prog.mk>