From cd685410bd7d8f1893a9f585c784e43878e13913 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 11 Jan 2008 17:21:21 +0000 Subject: NetBSD doesn't include /lib in its link path, so we need to add it as an RPATH. --- mk/scripts.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mk/scripts.mk') diff --git a/mk/scripts.mk b/mk/scripts.mk index ac231cef..35815b57 100644 --- a/mk/scripts.mk +++ b/mk/scripts.mk @@ -29,5 +29,9 @@ realinstall: ${BIN} ${CONF} ${CONF_APPEND} install: realinstall ${INSTALLAFTER} +# A lot of scripts don't have anything to clean +# Also, some rm implentation require a file argument regardless of error +# so we ensure that it has a bogus argument +CLEANFILES?= .bogus clean: rm -f ${OBJS} ${CLEANFILES} -- cgit v1.2.3