mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
4cdec01660
special case - modified mkso to put files in an alternate (presumably HFS) directory, if necessary
16 lines
261 B
Makefile
16 lines
261 B
Makefile
#
|
|
# $Id: Makefile,v 1.1 1997/12/21 22:39:13 gdr Exp $
|
|
#
|
|
# Devin Reade, 1997
|
|
#
|
|
|
|
# Program name
|
|
PROG = mkso
|
|
|
|
# Add -D__STACK_CHECK__ to print, on exit, the amount of stack used
|
|
CFLAGS += # -D__STACK_CHECK__
|
|
STACK = 1024
|
|
BINDIR = /sbin
|
|
|
|
.INCLUDE: /src/gno/prog.mk
|