blob: 632aba902a6300ddc0596a39102b53b6e149e53e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.4 1999/10/05 22:34:45 espie Exp $
LIB= install
SRCS= file.c plist.c str.c exec.c global.c pen.c
CFLAGS+= ${DEBUG}
NOPROFILE= yes
NOPIC= yes
install:
@echo -n
.include <bsd.lib.mk>
|