22 lines
730 B
Makefile
22 lines
730 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/12/17 19:52:56 matthieu Exp $
|
|
|
|
# util must come 1st, alias must come last
|
|
SUBDIR= util encodings \
|
|
adobe-100dpi adobe-75dpi adobe-utopia-100dpi adobe-utopia-75dpi \
|
|
adobe-utopia-type1 arabic-misc bh-100dpi bh-75dpi \
|
|
bh-lucidatypewriter-100dpi bh-lucidatypewriter-75dpi bh-ttf \
|
|
bh-type1 bitstream-100dpi bitstream-75dpi bitstream-speedo \
|
|
bitstream-type1 cronyx-cyrillic cursor-misc daewoo-misc dec-misc \
|
|
ibm-type1 isas-misc jis-misc micro-misc misc-cyrillic \
|
|
misc-ethiopic misc-meltho misc-misc mutt-misc schumacher-misc \
|
|
screen-cyrillic sony-misc sun-misc winitzki-cyrillic \
|
|
xfree86-type1 ${EXTRAS} \
|
|
alias
|
|
|
|
EXTRAS= bitstream-vera-ttf
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
build: _SUBDIRUSE
|
|
|