# $NetBSD: Makefile,v 1.1 1997/10/16 07:36:27 lukem Exp $ LIB= common SRCS= cmp.c device.c dl.c file.c get.c loop-bsd.c mopdef.c nma.c pf.c \ print.c put.c rc.c version.c CLEANFILES= version.c version.c: VERSION rm -f version.c; \ sed 's/.*/char version[] = "&";/' ${.ALLSRC} > version.c NOPROFILE= noprofile NOPIC= nopic # only needed during build libinstall:: .include