gno/usr.bin/dirname/Makefile
gdr-ftp 48574decdd - makefile changes to build under the GNO base distribution
- fixed a bug when the argument does not contain a directory delimiter
1998-03-29 20:46:17 +00:00

11 lines
154 B
Makefile

#
# $Id: Makefile,v 1.2 1998/03/29 20:46:14 gdr-ftp Exp $
#
PROG = dirname
BINDIR = /usr/bin
STACK *= 768
OPTIMIZE *= -1
.INCLUDE : /src/gno/prog.mk