diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-25 23:08:27 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-25 23:08:27 +0000 |
commit | 48c081081dad4bc09a8160731ea39b73b1491957 (patch) | |
tree | 88af17b34cb9c5e100a0f0143e1ee4022b5f9349 /usr.bin/fmt | |
parent | d91ff422a1ca661e754262bf90b1ae1ab2d060a1 (diff) |
We no longer need head.c from ucbMail
Diffstat (limited to 'usr.bin/fmt')
-rw-r--r-- | usr.bin/fmt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile index 91311998888..9e40aa054d2 100644 --- a/usr.bin/fmt/Makefile +++ b/usr.bin/fmt/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:49:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1998/04/25 23:08:26 millert Exp $ PROG= fmt -SRCS= fmt.c head.c -.PATH: ${.CURDIR}/../mail +SRCS= fmt.c .include <bsd.prog.mk> |