Ooops, the Makefile was not supposed to be changed. Unspam this.

This commit is contained in:
Joerg Wunsch 1997-09-30 19:42:55 +00:00
parent 9c61e1111e
commit 456ad1e5b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30010

View File

@ -2,6 +2,6 @@
PROG= fmt
SRCS= fmt.c head.c
.PATH: /usr/src/usr.bin/mail
.PATH: ${.CURDIR}/../mail
.include <bsd.prog.mk>