diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-02 21:11:44 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-02 21:11:44 +0000 |
commit | cff377ec6c05d97eb49c07276603a03c2214f01e (patch) | |
tree | b4ced97f91403a7dd074fa5b77475b392357278c /gnu/usr.sbin | |
parent | cfa1d7634a5ad659d520b9f5ffcf303c4450cc8e (diff) |
Build courtesan-lists.mc and openbsd-lists.mc too
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile b/gnu/usr.sbin/sendmail/cf/cf/Makefile index 293aa16d61e..3228eff4501 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/Makefile +++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2000/04/02 19:48:11 millert Exp $ +# $OpenBSD: Makefile,v 1.3 2000/04/02 21:11:43 millert Exp $ # # Makefile for configuration files. # @@ -25,10 +25,9 @@ RM= rm -f ( cd ${.CURDIR} && $(M4) ${CFDIR}/m4/cf.m4 ${@:R}.mc > ${.OBJDIR}/$@ ) $(CHMOD) $(ROMODE) $@ -# XXX - need more/better examples! ALL= clientproto.cf openbsd-proto.cf courtesan.cf courtesan-nonet.cf \ - gandalf.cf saruman.cf alatar.cf nettan.cf waldorf.cf lucifier.cf \ - elbereth.cf corpse.cf knecht.cf + courtesan-lists.mc openbsd-lists.mc gandalf.cf saruman.cf alatar.cf \ + nettan.cf waldorf.cf lucifier.cf elbereth.cf corpse.cf knecht.cf all: $(ALL) |