8 lines
145 B
Makefile
8 lines
145 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2011/01/06 01:08:49 jakllsch Exp $
|
||
|
|
||
|
PROG= mbr_gpt_com0
|
||
|
SRCS= gpt.S
|
||
|
AFLAGS+= -DCOM_PORT=0
|
||
|
|
||
|
.include <../Makefile.mbr>
|