source:
trunk/third/mingetty/Makefile
@
16281
Revision 16281, 321 bytes checked in by ghudson, 24 years ago (diff) |
---|
Line | |
---|---|
1 | CC=gcc |
2 | CFLAGS=$(RPM_OPTS) -Wall -fomit-frame-pointer -pipe -D_GNU_SOURCE |
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 | mkdir -p ${DESTDIR}/etc/athena |
11 | install mingetty ${DESTDIR}/etc/athena |
12 | |
13 | mingetty: mingetty.o |
14 | |
15 | clean: |
16 | rm -f *.o mingetty |
17 |
Note: See TracBrowser
for help on using the repository browser.