119b0ec653
on, by all means _do it_, rather than not doing it. Also (unrelated problem) make the built .c file gets removed when cleaning.
14 lines
206 B
Makefile
14 lines
206 B
Makefile
# $NetBSD: Makefile,v 1.3 1996/12/23 00:19:05 cgd Exp $
|
|
|
|
PROG= gspahextoc
|
|
SRCS= gspahextoc.l
|
|
NOMAN= noman
|
|
LDADD= -ll
|
|
DPADD= ${LIBL}
|
|
|
|
CLEANFILES+= gspahextoc.c
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.depend: gspahextoc.c
|