BSD 4_3_Tahoe release
[unix-history] / usr / src / usr.lib / sendmail / lib / Makefile
index 8daa6be..d529d3b 100644 (file)
@@ -1,27 +1,25 @@
 #
 #
-#  Sendmail
-#  Copyright (c) 1983  Eric P. Allman
-#  Berkeley, California
+# Copyright (c) 1988 Regents of the University of California.
+# All rights reserved.
 #
 #
-#  Copyright (c) 1983 Regents of the University of California.
-#  All rights reserved.  The Berkeley software License Agreement
-#  specifies the terms and conditions for redistribution.
+# Redistribution and use in source and binary forms are permitted
+# provided that this notice is preserved and that due credit is given
+# to the University of California at Berkeley. The name of the University
+# may not be used to endorse or promote products derived from this
+# software without specific prior written permission. This software
+# is provided ``as is'' without express or implied warranty.
 #
 #
-#      @(#)Makefile.m4 5.1 (Berkeley) 6/7/85
+#      @(#)Makefile    5.1 (Berkeley) 5/8/88
 #
 #
-#
-#  Makefile for Sendmail library
-#
-
 ALL=   sendmail.hf
 SRCS=  sendmail.hf
 
 ALL=   sendmail.hf
 SRCS=  sendmail.hf
 
-GET=   sccs get
-
-all: $(ALL)
+all: FRC
+clean: FRC
+depend: FRC
 
 
-sources: $(SRCS)
+install: FRC
+       install -c -o bin -g bin -m 444 sendmail.hf ${DESTDIR}/usr/lib/sendmail.hf
 
 
-$(SRCS):
-       $(GET) $(REL) SCCS/s.$@
+FRC: