Initial checkin of aroff, binprint, center, less, ls, make, makemake,
passwd, ps, purge, shutdown, stty, upper, and vi. These sources are
for the versions of the utils shipped with GNO v2.0.4.
1998-03-09 08:30:21 +00:00
|
|
|
#
|
1999-01-15 08:36:31 +00:00
|
|
|
# $Id: Makefile,v 1.2 1999/01/15 08:36:31 gdr-ftp Exp $
|
Initial checkin of aroff, binprint, center, less, ls, make, makemake,
passwd, ps, purge, shutdown, stty, upper, and vi. These sources are
for the versions of the utils shipped with GNO v2.0.4.
1998-03-09 08:30:21 +00:00
|
|
|
#
|
|
|
|
|
1999-01-15 08:36:31 +00:00
|
|
|
PROG = aroff
|
|
|
|
SRCS = aroff.c print.c
|
Initial checkin of aroff, binprint, center, less, ls, make, makemake,
passwd, ps, purge, shutdown, stty, upper, and vi. These sources are
for the versions of the utils shipped with GNO v2.0.4.
1998-03-09 08:30:21 +00:00
|
|
|
|
1999-01-15 08:36:31 +00:00
|
|
|
.INCLUDE : /src/gno/prog.mk
|
Initial checkin of aroff, binprint, center, less, ls, make, makemake,
passwd, ps, purge, shutdown, stty, upper, and vi. These sources are
for the versions of the utils shipped with GNO v2.0.4.
1998-03-09 08:30:21 +00:00
|
|
|
|
1999-01-15 08:36:31 +00:00
|
|
|
aroff.o:: aroff.h
|
|
|
|
print.o:: aroff.h
|