blob: be860a50a62681848a483320613931e812d7a353 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.2 1999/07/08 20:11:52 deraadt Exp $
PROG= isolif
MAN= isolif.8
MANSUBDIR=/hp300
CFLAGS+= -I${.CURDIR}/../include
${OBJS}: ${.CURDIR}/../Makefile.inc
.include <bsd.prog.mk>
|