|
Last change
on this file since 10 was 10, checked in by (none), 22 years ago |
|
This commit was manufactured by cvs2svn to create branch 'FREEBSD'.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
247 bytes
|
| Line | |
|---|
| 1 | # $FreeBSD: src/usr.bin/make/Makefile.dist,v 1.2 2001/03/01 06:26:32 imp Exp $
|
|---|
| 2 | # a very simple makefile...
|
|---|
| 3 | pmake:
|
|---|
| 4 | @echo 'make started.'
|
|---|
| 5 | cc -DDEFSHELL=1 -I. -c *.c
|
|---|
| 6 | cd lst.lib; cc -I.. -c *.c
|
|---|
| 7 | cc *.o lst.lib/*.o -o pmake
|
|---|
| 8 | @echo 'make completed.'
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.