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

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