7 lines
123 B
Makefile
7 lines
123 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||
|
|
||
|
PROG= xtrapchar
|
||
|
SRCS= chparse.c
|
||
|
|
||
|
.include "../Makefile.xtrap"
|