d100deb8cc
Tested on: i386, alpha MFC after: 2 weeks
16 lines
195 B
Makefile
16 lines
195 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= install
|
|
NOPROFILE= yes
|
|
NOPIC= yes
|
|
SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c deps.c
|
|
|
|
CFLAGS+= ${DEBUG}
|
|
|
|
WARNS?= 2
|
|
|
|
install:
|
|
@echo -n
|
|
|
|
.include <bsd.lib.mk>
|