X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/95f51977ddc18faa2e212f30c00a39540b39f325..ca67e7b465996afb3821d6a075c4dc6a7f0f5d52:/usr/src/usr.lib/sendmail/lib/Makefile diff --git a/usr/src/usr.lib/sendmail/lib/Makefile b/usr/src/usr.lib/sendmail/lib/Makefile index 8daa6bec63..d529d3b8fd 100644 --- a/usr/src/usr.lib/sendmail/lib/Makefile +++ b/usr/src/usr.lib/sendmail/lib/Makefile @@ -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 -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: