11 lines
159 B
Makefile
11 lines
159 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/07/26 19:30:47 dholland Exp $
|
|
#
|
|
# Makefile for shark
|
|
#
|
|
|
|
MD_OPTIONS= AOUT2ELF
|
|
|
|
CPPFLAGS+= -DWSKBD
|
|
|
|
.include "../../Makefile.inc"
|