2013-09-26 17:14:40 +02:00

16 lines
438 B
Plaintext

$NetBSD: patch-dd,v 1.2 2009/08/07 12:49:21 cegger Exp $
--- flask/loadpolicy/Makefile.orig 2009-08-06 14:56:33.000000000 +0200
+++ flask/loadpolicy/Makefile
@@ -48,8 +48,8 @@ print-end:
.PHONY: install
install: all
- $(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
- $(INSTALL_PROG) $(CLIENTS) $(DESTDIR)$(SBINDIR)
+ $(BSD_INSTALL_PROGRAM_DIR) $(DESTDIR)$(SBINDIR)
+ $(BSD_INSTALL_PROGRAM) $(CLIENTS) $(DESTDIR)$(SBINDIR)
-include $(DEPS)