Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sushi Use ${PRINTOBJDIR}.
details: https://anonhg.NetBSD.org/src/rev/5bfe3e9468ea
branches: trunk
changeset: 501684:5bfe3e9468ea
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jan 05 19:01:59 2001 +0000
description:
Use ${PRINTOBJDIR}.
diffstat:
usr.sbin/sushi/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r ff5cf8cbc5d2 -r 5bfe3e9468ea usr.sbin/sushi/Makefile
--- a/usr.sbin/sushi/Makefile Fri Jan 05 19:01:02 2001 +0000
+++ b/usr.sbin/sushi/Makefile Fri Jan 05 19:01:59 2001 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.1 2001/01/05 01:28:33 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/01/05 19:01:59 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
+.include <bsd.own.mk>
+
PROG= sushi
SRCS= sushi.c scandir.c menutree.c scanform.c run.c functions.c \
handlers.c blabel.c
MKMAN= no
-LIBINSTALL != cd ${.CURDIR}/../pkg_install/lib;\
- printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
+LIBINSTALL != cd ${.CURDIR}/../pkg_install/lib && ${PRINTOBJDIR}
LDADD+= -lutil -lcurses -lcdk -lform -lm -L${LIBINSTALL} -linstall
DPADD+= ${LIBUTIL} ${LIBCURSES} ${LIBCDK} ${LIBFORM} ${LIBM} \
Home |
Main Index |
Thread Index |
Old Index