0ac69ffac4
- makefile lint (moving NOxx to top of file, include <bsd.own.mk> as necessary, ...)
15 lines
280 B
Makefile
15 lines
280 B
Makefile
# $NetBSD: Makefile,v 1.9 2002/09/19 03:09:38 lukem Exp $
|
|
|
|
NOOBJ= # defined
|
|
|
|
.include "../../Makefile.path"
|
|
|
|
.PATH: ${IDIST}/font/devX100
|
|
|
|
DEVICE= X100
|
|
FONTFILES= CB CBI CI CR HB HBI HI HR NB NBI NI NR S TB TBI TI TR DESC
|
|
|
|
clean cleandir distclean:
|
|
|
|
.include "../Makefile.dev"
|