blob: 72ceb9185f5a9a76b5e19ce3c2e864de9b4487f0 (
plain)
1
2
3
4
5
6
|
# $OpenBSD: Makefile.inc,v 1.3 1998/07/27 15:24:32 millert Exp $
CFLAGS += -DTERMCAP -D_USE_OLD_CURSES_ -DSRCRT -DKLUDGELINEMODE -DUSE_TERMIO -DTN3270 -Dunix
KBD = unix.kbd
.include "${.CURDIR}/../../Makefile.inc"
|