Don't install sendmail internal libs and add some comments
authormillert <millert@openbsd.org>
Tue, 4 Apr 2000 04:58:35 +0000 (04:58 +0000)
committermillert <millert@openbsd.org>
Tue, 4 Apr 2000 04:58:35 +0000 (04:58 +0000)
gnu/usr.sbin/sendmail/Makefile

index 5229455..d36732b 100644 (file)
@@ -1,7 +1,19 @@
-#      $OpenBSD: Makefile,v 1.2 2000/04/02 19:48:09 millert Exp $
+#      $OpenBSD: Makefile,v 1.3 2000/04/04 04:58:35 millert Exp $
 
-SUBDIR= libsmutil libsmdb sendmail mailstats makemap praliases smrsh cf/cf
+# We only use these libs internally
+.if !make(install)
+SUBDIR= libsmutil libsmdb
+.else
+SUBDIR=
+.endif
+
+# The bits we install
+SUBDIR+=sendmail mailstats makemap praliases smrsh cf/cf
+
+# Extra bits we don't build/install right now
 #SUBDIR+= libmilter mail.local rmail vacation
+
+# These just get installed verbatim
 .if make(install)
 SUBDIR+= doc/op cf
 .endif