11 lines
156 B
Makefile
11 lines
156 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/02/02 04:19:51 itohy Exp $
|
|
#
|
|
# Makefile for shark
|
|
#
|
|
|
|
MD_OPTIONS= AOUT2ELF
|
|
|
|
CPPFLAGS+= -DWSKBD
|
|
|
|
.include "../../Makefile.inc"
|