source: trunk/third/mingetty/Makefile.glibc @ 16272

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