BSD 4_3 release
[unix-history] / usr / src / usr.lib / sendmail / lib / Makefile
CommitLineData
e804469b 1#
95f51977
C
2# Sendmail
3# Copyright (c) 1983 Eric P. Allman
4# Berkeley, California
5#
6# Copyright (c) 1983 Regents of the University of California.
7# All rights reserved. The Berkeley software License Agreement
8# specifies the terms and conditions for redistribution.
9#
10# @(#)Makefile.m4 5.1 (Berkeley) 6/7/85
11#
e804469b 12#
95f51977 13# Makefile for Sendmail library
e804469b
C
14#
15
95f51977
C
16ALL= sendmail.hf
17SRCS= sendmail.hf
e804469b
C
18
19GET= sccs get
e804469b
C
20
21all: $(ALL)
22
e804469b
C
23sources: $(SRCS)
24
25$(SRCS):
26 $(GET) $(REL) SCCS/s.$@
27