diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-28 06:58:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-28 06:58:22 +0000 |
commit | 7c7836d247acb881d240ebb2fc255607969357a7 (patch) | |
tree | 0b430bc24a524c4745bde5a644e532b75e7ab80e /usr.bin/deroff/Makefile | |
parent | 16e44cc329286b6ccbb392c624e75850532fe923 (diff) |
This is the 4.4BSD deroff, now freed by Caldera.
I have ANSIfied, stylized, and Wallified it and converted it use
"modern" things such as getopt().
I also fixed some obvious buffer overflows and updated the man page.
Diffstat (limited to 'usr.bin/deroff/Makefile')
-rw-r--r-- | usr.bin/deroff/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/deroff/Makefile b/usr.bin/deroff/Makefile new file mode 100644 index 00000000000..e5dec92c070 --- /dev/null +++ b/usr.bin/deroff/Makefile @@ -0,0 +1,6 @@ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $OpenBSD: Makefile,v 1.1 2002/02/28 06:58:21 millert Exp $ + +PROG= deroff + +.include <bsd.prog.mk> |