*** Makefile.o	Sat Jan 24 17:11:37 1998
--- Makefile	Sat Jan 24 17:12:49 1998
***************
*** 8,14 ****
  RANLIB=ranlib
  AR=ar cq
  
! INSTROOT=/usr/local
  LIBDIR=$(INSTROOT)/lib
  INCDIR=$(INSTROOT)/include
  MANDIR=$(INSTROOT)/man/man3
--- 8,14 ----
  RANLIB=ranlib
  AR=ar cq
  
! INSTROOT=${PREFIX}
  LIBDIR=$(INSTROOT)/lib
  INCDIR=$(INSTROOT)/include
  MANDIR=$(INSTROOT)/man/man3
***************
*** 19,25 ****
  # Add -DHAVE_ANSIHEADERS if your system have the ANSI C header files
  # needed for our purposes (stdlib, string, unistd).
  #
! CFLAGS = -O
  
  LDLIBS =
  LIBIDENT = libident.a
--- 19,25 ----
  # Add -DHAVE_ANSIHEADERS if your system have the ANSI C header files
  # needed for our purposes (stdlib, string, unistd).
  #
! #CFLAGS = -O
  
  LDLIBS =
  LIBIDENT = libident.a
***************
*** 33,38 ****
--- 33,39 ----
  	@echo aix
  	@echo bsd
  	@echo bsd2.11
+ 	@echo freebsd
  	@echo dynix
  	@echo hpux
  	@echo irix
***************
*** 126,131 ****
--- 127,134 ----
  bsd2.11:
  	@$(MAKE) all CC="$(CC)" CFLAGS="-O -DSIGRETURNTYPE=int -DHAVE_ANSIHEADERS"
  
+ freebsd:
+ 	@$(MAKE) all CC="$(CC)" CFLAGS="${CFLAGS} -Wall -DHAVE_ANSIHEADERS"
  
  #
  #
