home *** CD-ROM | disk | FTP | other *** search
- *** Makefile.orig Sat Nov 28 21:24:04 1992
- --- Makefile Sat Nov 28 21:24:47 1992
- ***************
- *** 2,11 ****
- CFLAGS = -O -DINDEX=index
- #CFLAGS = -O -DINDEX=strchr
- # Pick one
- ! M = /usr/man/man1/getopt.1
- #M = /usr/man/u_man/man1/getopt.1# Is this path right?
- # Where executable ends up; don't forget the trailing /
- ! D = /bin/
-
- getopt: getopt.c
- $(CC) $(CFLAGS) -o getopt getopt.c
- --- 2,11 ----
- CFLAGS = -O -DINDEX=index
- #CFLAGS = -O -DINDEX=strchr
- # Pick one
- ! M = <installsharedir>/man/man1/getopt.1
- #M = /usr/man/u_man/man1/getopt.1# Is this path right?
- # Where executable ends up; don't forget the trailing /
- ! D = <installdir>/bin/
-
- getopt: getopt.c
- $(CC) $(CFLAGS) -o getopt getopt.c
-