summaryrefslogtreecommitdiff
path: root/usr.bin/fmt
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-04-25 23:08:27 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-04-25 23:08:27 +0000
commit48c081081dad4bc09a8160731ea39b73b1491957 (patch)
tree88af17b34cb9c5e100a0f0143e1ee4022b5f9349 /usr.bin/fmt
parentd91ff422a1ca661e754262bf90b1ae1ab2d060a1 (diff)
We no longer need head.c from ucbMail
Diffstat (limited to 'usr.bin/fmt')
-rw-r--r--usr.bin/fmt/Makefile5
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>