diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:08:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:08:20 +0000 |
commit | 3c134ede8d50ff28b30f90d818aaf8ede44c772b (patch) | |
tree | c08e8618dfbe30ff4fc1e9dfeeeaee044115c5ce /x11-fonts/Makefile | |
parent | 0e600e3ae169a0fee136d33c7387b27e544563a1 (diff) |
Notes
Diffstat (limited to 'x11-fonts/Makefile')
-rw-r--r-- | x11-fonts/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile new file mode 100644 index 000000000000..81403079763c --- /dev/null +++ b/x11-fonts/Makefile @@ -0,0 +1,12 @@ +# $Id$ +# + + SUBDIR += etlfonts + SUBDIR += freefonts + SUBDIR += getbdf + SUBDIR += sharefonts + SUBDIR += tkfont + SUBDIR += xfed + SUBDIR += xmbdfed + +.include <bsd.port.subdir.mk> |