diff options
Diffstat (limited to 'usr.bin/fmt')
-rw-r--r-- | usr.bin/fmt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile index 9e40aa054d2..11c2aea69be 100644 --- a/usr.bin/fmt/Makefile +++ b/usr.bin/fmt/Makefile @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile,v 1.4 1998/04/25 23:08:26 millert Exp $ +# $OpenBSD: Makefile,v 1.5 2017/07/09 21:23:19 espie Exp $ PROG= fmt -SRCS= fmt.c .include <bsd.prog.mk> |