blob: e1f0b4efbfa82811f47b0084876c814305f64671 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.5 2001/04/08 16:45:47 espie Exp $
LIB= install
SRCS= file.c plist.c str.c exec.c global.c pen.c pwarnx.c
CFLAGS+= ${DEBUG}
NOPROFILE= yes
NOPIC= yes
install:
@echo -n
.include <bsd.lib.mk>
|