b86257129c
in common.c into separate files - this slighly cuts down size of pac(1) not that it's really significant, but every bit counts ....
14 lines
246 B
Makefile
14 lines
246 B
Makefile
# $NetBSD: Makefile,v 1.6 1999/12/05 22:10:57 jdolecek Exp $
|
|
|
|
LIB= common
|
|
SRCS= common.c common_vars.c displayq.c fatal.c rmjob.c startdaemon.c
|
|
|
|
MKLINT= no
|
|
MKPIC= no
|
|
MKPROFILE= no
|
|
|
|
# only needed during build
|
|
libinstall::
|
|
|
|
.include <bsd.lib.mk>
|