blob: b7e87f17404137fdbe1f380ca77e36e0f6f826cc (
plain)
1
2
3
4
5
6
7
8
9
|
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.33 1999/11/26 16:29:12 simonmar Exp $
TOP = ..
include $(TOP)/mk/boilerplate.mk
SUBDIRS = std
include $(TOP)/mk/target.mk
|