Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix make(1) warning
Bryan Drewery committed 13 years ago
commit 414bcc0a1229d1a69515dfcdd43503861337d91e
parent 8755127
1 file changed +1 -1
modified libpkg/Makefile
@@ -33,7 +33,7 @@ SRCS= backup.c \
		usergroup.c \
		utils.c

-
HAVE_GRUTILS!=	grep -q gr_copy /usr/include/libutil.h && echo yes
+
HAVE_GRUTILS!=	grep -q gr_copy /usr/include/libutil.h && echo yes || echo no

.if ${HAVE_GRUTILS} != yes
SRCS+=	gr_util.c