Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix make(1) warning
Bryan Drewery committed 13 years ago
commit 414bcc0a1229d1a69515dfcdd43503861337d91e
parent 8755127866f75329fe453692872cd3f919224091
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