freebsd-dev/usr.bin/make/Makefile.dist
Hartmut Brandt 44ad9c662f Move all the remaining list functions into one C-file and remove
double documentation comments. Remove the 3rd clause (from 4) of the
BSD license because these files have only the UCB copyright.

Submitted by:	Max Okumoto <okumoto@ucsd.edu>
2005-02-01 15:28:41 +00:00

8 lines
140 B
Makefile

# $FreeBSD$
# a very simple makefile...
pmake:
@echo 'make started.'
cc -DDEFSHELL=1 -I. -c *.c
cc *.o -o pmake
@echo 'make completed.'