From d48d55de2dba0013dedd0659dee1c6d02e3fc212 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 16 Oct 2006 20:50:57 +0000 Subject: fix build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 931ac9cf..a647821c 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ install: install -m644 crypttab.5 $(ROOT)$(mandir)/man5 install -m644 service.8 sys-unconfig.8 $(ROOT)$(mandir)/man8 install -m644 sysctl.conf $(ROOT)/etc/sysctl.conf - if [ -f sysctl.conf.$(ARCH) ]; then + if [ -f sysctl.conf.$(ARCH) ]; then \ install -m644 sysctl.conf.$(ARCH) $(ROOT)/etc/sysctl.conf ; fi mkdir -p $(ROOT)/etc/X11 -- cgit v1.2.1