diff options
Diffstat (limited to 'etc/isdn')
-rw-r--r-- | etc/isdn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/isdn/Makefile b/etc/isdn/Makefile index 35aad23..f4d0222 100644 --- a/etc/isdn/Makefile +++ b/etc/isdn/Makefile @@ -24,3 +24,5 @@ install: ${INSTALL} ${COPY} -o root -g wheel -m 600 $$i ${DESTDIR}/etc/isdn ; \ done +# Suck in the ${COPY} definition. +.include <bsd.own.mk> |