Revision 16272,
349 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 | CC=gcc |
---|
2 | CFLAGS=$(RPM_OPTS) -Wall -fomit-frame-pointer -pipe |
---|
3 | # my compiler doesn't need -fno-strength-reduce |
---|
4 | LDFLAGS=-Wl,-warn-common -s |
---|
5 | |
---|
6 | all: mingetty |
---|
7 | size mingetty |
---|
8 | |
---|
9 | install: all |
---|
10 | install -s -m 0755 -o root -g root mingetty /sbin/ |
---|
11 | install -m 0644 -o root -g root mingetty.8 /usr/man/man8/ |
---|
12 | |
---|
13 | mingetty: mingetty.o |
---|
14 | |
---|
15 | clean: |
---|
16 | rm -f *.o mingetty |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.