source: trunk/third/mingetty/Makefile @ 16281

Revision 16281, 321 bytes checked in by ghudson, 24 years ago (diff)
Modify paths for Athena.
Line 
1CC=gcc
2CFLAGS=$(RPM_OPTS) -Wall -fomit-frame-pointer -pipe -D_GNU_SOURCE
3# my compiler doesn't need -fno-strength-reduce
4LDFLAGS=-Wl,-warn-common -s
5
6all:            mingetty
7                size mingetty
8
9install:        all
10                mkdir -p ${DESTDIR}/etc/athena
11                install mingetty ${DESTDIR}/etc/athena
12
13mingetty:       mingetty.o
14
15clean:
16                rm -f *.o mingetty
17
Note: See TracBrowser for help on using the repository browser.