BSD 4_3 release
[unix-history] / usr / src / usr.lib / sendmail / lib / Makefile.m4
... / ...
CommitLineData
1#
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#
12#
13# Makefile for Sendmail library
14#
15
16ALL= sendmail.hf
17SRCS= sendmail.hf
18
19GET= sccs get
20
21all: $(ALL)
22
23sources: $(SRCS)
24
25$(SRCS):
26 $(GET) $(REL) SCCS/s.$@
27