diff options
author | augustss <augustss> | 1997-11-22 23:12:58 +0000 |
---|---|---|
committer | augustss <augustss> | 1997-11-22 23:12:58 +0000 |
commit | c5e3fc4b11bf9367542bc94d8fe0eeb8bc188b95 (patch) | |
tree | 2357c7ed948c8154fcda8d9f829bf9392395aaf5 /print | |
parent | 0c696b5ab26433bfba92baef41ee101e8f2646fe (diff) | |
download | pkgsrc-c5e3fc4b11bf9367542bc94d8fe0eeb8bc188b95.tar.gz |
Add a Makefile with ghostscript5.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile new file mode 100644 index 00000000000..47b230dd271 --- /dev/null +++ b/print/Makefile @@ -0,0 +1,6 @@ +# $NetBSD: Makefile,v 1.1 1997/11/22 23:12:58 augustss Exp $ +# + + SUBDIR += ghostscript5 + +.include <bsd.port.subdir.mk> |