diff options
author | phk <phk@FreeBSD.org> | 2003-04-23 06:37:57 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-04-23 06:37:57 +0000 |
commit | 1084635f08332cecc2ce511c3c6b1c0a9f6d1f14 (patch) | |
tree | 522bca5ddfe234bfe99fbd8ab311dbf4d61f6172 /sbin/sunlabel/Makefile | |
parent | 590e10e4ac59dd0a94f2bf0abe37cacb4430e456 (diff) | |
download | FreeBSD-src-1084635f08332cecc2ce511c3c6b1c0a9f6d1f14.zip FreeBSD-src-1084635f08332cecc2ce511c3c6b1c0a9f6d1f14.tar.gz |
Do not link sunlabel to disklabel.
Diffstat (limited to 'sbin/sunlabel/Makefile')
-rw-r--r-- | sbin/sunlabel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index 7a855ba..68f9575 100644 --- a/sbin/sunlabel/Makefile +++ b/sbin/sunlabel/Makefile @@ -2,7 +2,6 @@ PROG=sunlabel SRCS=sunlabel.c geom_sunlabel_enc.c -LINKS=${BINDIR}/sunlabel ${BINDIR}/disklabel NOMAN= WARNS=5 |