Added code to handle DragonFly tags in expected results files.
[dragonfly.git] / usr.bin / make / Makefile.dist
1 # $DragonFly: src/usr.bin/make/Makefile.dist,v 1.3 2005/01/06 11:35:27 okumoto Exp $
2 # a very simple makefile...
3 pmake:
4         @echo 'make started.'
5         cc -DDEFSHELL=1 -I. -c *.c
6         cc *.o -o pmake
7         @echo 'make completed.'