98ad6e84d6
(from /usr/xsrc) using bsd-style Makefiles. Why? - sane cross building - easy builds from read only source - non-root building - imake is evil nuff said.
7 lines
125 B
Makefile
7 lines
125 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/09/11 18:37:08 lukem Exp $
|
|
|
|
PROG= xtrapchar
|
|
SRCS= chparse.c
|
|
|
|
.include "../Makefile.xtrap"
|