diff options
author | ru <ru@FreeBSD.org> | 2002-07-20 10:56:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-20 10:56:00 +0000 |
commit | f2824cbad3e2b71ed5eb28d2817a16962739026c (patch) | |
tree | 5187a726dfe5eb32570c43c2bdd36c7b6772ba62 /etc/isdn | |
parent | 97a8cb2a43f28bcca89a3e25d91a566ddccd1c07 (diff) | |
download | FreeBSD-src-f2824cbad3e2b71ed5eb28d2817a16962739026c.zip FreeBSD-src-f2824cbad3e2b71ed5eb28d2817a16962739026c.tar.gz |
sys.mk no longer includes bsd.own.mk.
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> |