1 1.8 lukem # $NetBSD: Makefile,v 1.8 2002/09/18 14:00:43 lukem Exp $ 2 1.1 jtc # @(#)Makefile 8.1 (Berkeley) 6/6/93 3 1.1 jtc 4 1.8 lukem NOMAN= # defined 5 1.8 lukem 6 1.1 jtc PROG= retest 7 1.1 jtc SRCS= regexp.c retest.c 8 1.5 gwr .PATH: ${.CURDIR}/.. 9 1.1 jtc 10 1.4 mycroft # do not install test programs 11 1.4 mycroft proginstall:: 12 1.1 jtc 13 1.1 jtc .include <bsd.prog.mk> 14