add that netbsd-proto.cf now depends on netbsd-proto-IPv4only.mc

This commit is contained in:
hubertf 2000-08-25 02:47:37 +00:00
parent 72640eaccd
commit 18e5216ace
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2000/08/23 10:43:06 enami Exp $
# $NetBSD: Makefile,v 1.11 2000/08/25 02:47:37 hubertf Exp $
# install these sources in /usr/share/sendmail/cf
DIST= ${.CURDIR}/../../../../dist
@ -33,6 +33,9 @@ OTHERS= ${FILES:S/Makefile//:C/netbsd-proto.*//:S/.mc/.cf/g}
realall: ${ALL}
# netbsd-proto.mc pulls in netbsd-proto-IPv4only.mc
netbsd-proto.cf: netbsd-proto-IPv4only.mc
# XXX not friendly with "make obj"
others: ${OTHERS}