mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
6ad44047ca
Use #defines for various magic numbers. Attach test-case to makefile. Reviewed by: jake
15 lines
222 B
Makefile
15 lines
222 B
Makefile
# $FreeBSD$
|
|
|
|
PROG=sunlabel
|
|
SRCS=sunlabel.c geom_sunlabel_enc.c
|
|
LINKS=${BINDIR}/sunlabel ${BINDIR}/disklabel
|
|
NOMAN=
|
|
WARNS=5
|
|
|
|
.PATH: ${.CURDIR}/../../sys/geom
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
test: ${PROG}
|
|
sh ${.CURDIR}/runtest.sh
|