1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/sbin/sunlabel/Makefile
Jake Burkholder 5ee414278f Hardlink sunlabel to disklabel so make release is happy. (This only affects
sparc64, where bsd^H^H^Hdisklabel isn't built.)
2003-04-15 23:49:31 +00:00

9 lines
111 B
Makefile

# $FreeBSD$
PROG=sunlabel
LINKS=${BINDIR}/sunlabel ${BINDIR}/disklabel
NOMAN=
WARNS=5
.include <bsd.prog.mk>