diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-07-02 01:29:45 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-07-02 01:29:45 +0000 |
commit | e6edc94e5beef874c6ad0bef33f4b5319c9eb564 (patch) | |
tree | 08344ecae7b07b1a02cc9c6cc91c5b7e15e126bf /usr.sbin/wsfontload/Makefile | |
parent | 791aef937afc2ce18446d02235c1eb89e6151aa6 (diff) |
wscons font loader; initial import from netbsd tree
Diffstat (limited to 'usr.sbin/wsfontload/Makefile')
-rw-r--r-- | usr.sbin/wsfontload/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/wsfontload/Makefile b/usr.sbin/wsfontload/Makefile new file mode 100644 index 00000000000..57610c8cba3 --- /dev/null +++ b/usr.sbin/wsfontload/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile,v 1.1 2000/07/02 01:29:44 mickey Exp $ +# $NetBSD: Makefile,v 1.1 1999/01/13 17:15:44 drochner Exp $ + +PROG= wsfontload +MAN= wsfontload.8 +SRCS= wsfontload.c + +.include <bsd.prog.mk> |