aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gnuls/files/patch-ad
blob: bde557b82e13e3a50eff9a3f85725d798dd99b56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
*** man/Makefile.in.orig	Sat Nov 14 10:46:12 1998
--- man/Makefile.in	Sat Feb 20 09:20:26 1999
***************
*** 88,96 ****
  YACC = @YACC@
  l = @l@
  
! man_MANS = chgrp.1 chmod.1 chown.1 cp.1 dir.1 dd.1 df.1 dircolors.1 \
!   du.1 ginstall.1 ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 \
!   sync.1 touch.1 vdir.1
  man_aux = $(man_MANS:.1=.x)
  
  EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
--- 88,94 ----
  YACC = @YACC@
  l = @l@
  
! man_MANS = dir.1 dircolors.1 gnuls.1 vdir.1
  man_aux = $(man_MANS:.1=.x)
  
  EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
***************
*** 117,123 ****
  
  TAR = tar
  GZIP = --best
! all: Makefile $(MANS)
  
  .SUFFIXES:
  $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
--- 115,125 ----
  
  TAR = tar
  GZIP = --best
! all: freebsd_setup Makefile $(MANS)
! 
! freebsd_setup:
! 	@cp ls.1 gnuls.1
! 	@cp ls.x gnuls.x
  
  .SUFFIXES:
  $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
***************
*** 228,234 ****
  uninstall all installdirs mostlyclean-generic distclean-generic \
  clean-generic maintainer-clean-generic clean mostlyclean distclean \
  maintainer-clean
- 
  
  # For additional rules usually of interest only to the maintainer,
  # see GNUmakefile and Makefile.maint.
--- 230,235 ----