1998-05-31 03:20:06 +02:00
|
|
|
# $Id: GNUmakefile,v 1.2 1998-05-31 01:20:06 hjp Exp $
|
|
|
|
# $Log: GNUmakefile,v $
|
|
|
|
# Revision 1.2 1998-05-31 01:20:06 hjp
|
|
|
|
# GNUmakerules split into GNUmakerules and GNUmakevars.
|
|
|
|
#
|
|
|
|
|
|
|
|
include GNUmakevars
|
1997-12-05 09:39:46 +01:00
|
|
|
include GNUmakerules
|
|
|
|
|
|
|
|
all: errno
|
|
|
|
|
|
|
|
errno:
|
|
|
|
clean:
|
|
|
|
rm errno
|
|
|
|
install: $(BINDIR)/errno
|