Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.sbin/postfix Add distribution: target that cd's to p...



details:   https://anonhg.NetBSD.org/src/rev/4db844697148
branches:  trunk
changeset: 485548:4db844697148
user:      perry <perry%NetBSD.org@localhost>
date:      Sun Apr 30 21:43:45 2000 +0000

description:
Add distribution: target that cd's to postfix-etc and does make install.
This is mostly for the benefit of src/etc/Makefile

diffstat:

 gnu/usr.sbin/postfix/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8f20fb3902ef -r 4db844697148 gnu/usr.sbin/postfix/Makefile
--- a/gnu/usr.sbin/postfix/Makefile     Sun Apr 30 21:32:44 2000 +0000
+++ b/gnu/usr.sbin/postfix/Makefile     Sun Apr 30 21:43:45 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2000/04/30 21:21:50 perry Exp $
+#      $NetBSD: Makefile,v 1.2 2000/04/30 21:43:45 perry Exp $
 
 # Note that the order here is picked to look much like that in the
 # original Makefile.in in order to make it easier to visually compare
@@ -12,4 +12,8 @@
 # not built: smtpstone (unneeded), spawn (experimental),
 # and html (unsure what to do with it (yet))
 
+distribution:
+       cd ${.CURDIR}/postfix-etc; ${MAKE} install
+
+
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index