blob: 27e1a1779dcf6dbaa8bb8adf778116ab03c0b31e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.4 2007/12/28 18:56:09 miod Exp $
CFLAGS+=-D__INTERNAL_LIBSA_CREAD
# io routines
SRCS+= cread.c
.include "${.CURDIR}/../libsa/Makefile"
.PATH: ${.CURDIR}/../libsa
LIB= saz
|