mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-14 09:39:20 -04:00
11 lines
173 B
Makefile
11 lines
173 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/03/10 23:16:16 abs Exp $
|
|
# edlabel (Edit Disk LABEL)
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= edlabel
|
|
LDADD+=-lutil
|
|
DPADD+=${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|