Revision 16272,
290 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r16271,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | CFLAGS=-Wall -O6 -fomit-frame-pointer -pipe |
---|
2 | # my compiler doesn't need -fno-strength-reduce |
---|
3 | LDFLAGS=-Wl,-warn-common -s |
---|
4 | |
---|
5 | all: mingetty |
---|
6 | size mingetty |
---|
7 | |
---|
8 | install: all |
---|
9 | install -s mingetty /sbin/ |
---|
10 | install -m 644 mingetty.8 /usr/man/man8/ |
---|
11 | |
---|
12 | mingetty: mingetty.o |
---|
13 | |
---|
14 | clean: |
---|
15 | rm -f *.o mingetty |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.