mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 06:05:19 -04:00
15 lines
214 B
Makefile
15 lines
214 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/02/03 15:34:47 roy Exp $
|
|
|
|
PROG= sunlabel
|
|
MAN= sunlabel.8
|
|
|
|
.ifndef HOSTPROG
|
|
LDADD+= -lterminfo
|
|
DPADD+= ${LIBTERMINFO}
|
|
|
|
DPADD+= ${LIBUTIL}
|
|
LDADD+= -lutil
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|