diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2014-07-31 20:19:44 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2014-07-31 20:19:44 +0200 |
commit | 4918b88317f39c2aeca7b3b066863254f9dcc976 (patch) | |
tree | dafb5b3dcd0210fec07f36ec9260f1f5e9482a52 /src/usr.bin/unvis/Makefile | |
parent | 3468aac047f42af7165edc6bbeb9b9349478e7c2 (diff) | |
download | outils-4918b88317f39c2aeca7b3b066863254f9dcc976.tar.gz outils-4918b88317f39c2aeca7b3b066863254f9dcc976.tar.xz outils-4918b88317f39c2aeca7b3b066863254f9dcc976.zip |
import vis and unvis
Diffstat (limited to 'src/usr.bin/unvis/Makefile')
-rw-r--r-- | src/usr.bin/unvis/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr.bin/unvis/Makefile b/src/usr.bin/unvis/Makefile new file mode 100644 index 0000000..9b6e0f9 --- /dev/null +++ b/src/usr.bin/unvis/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1997/09/21 11:51:36 deraadt Exp $ + +PROG= unvis + +.include <bsd.prog.mk> |