home *** CD-ROM | disk | FTP | other *** search
- *** Makefile.orig Fri Oct 30 05:58:04 1992
- --- Makefile Wed Dec 9 11:02:18 1992
- ***************
- *** 1,7 ****
- # Makefile for <installdir>/bin/which
- # If your operating system does not support multiple groups (see getgroups(2)
- # on BSD-derivatives), comment out the next line.
- ! MULTIPLE_GROUPS=-DMULTIPLE_GROUPS
-
- which: which6.c
- cc -O $(MULTIPLE_GROUPS) -o which which6.c
- --- 1,7 ----
- # Makefile for <installdir>/bin/which
- # If your operating system does not support multiple groups (see getgroups(2)
- # on BSD-derivatives), comment out the next line.
- ! #MULTIPLE_GROUPS=-DMULTIPLE_GROUPS
-
- which: which6.c
- cc -O $(MULTIPLE_GROUPS) -o which which6.c
-