Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix installation |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9b29b86fb95a5f10b65a2e47517fd55f |
User & Date: | dbane 2014-02-12 23:39:47.131 |
Context
2014-02-13
| ||
00:16 | Fix a trivial mdoc problem check-in: 5f39eb9c8a user: dbane tags: trunk | |
2014-02-12
| ||
23:39 | Fix installation check-in: 9b29b86fb9 user: dbane tags: trunk | |
23:27 | Fix build on clean FreeBSD machine. Still problem with installing. check-in: 700f942023 user: dbane tags: trunk | |
Changes
Changes to src/Makefile.
1 2 3 4 5 6 | .POSIX: .include <bsd.own.mk> PREFIX?= /home/dbane BINDIR= $(PREFIX)/bin | > > > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | .POSIX: BINOWN= dbane BINGRP= dbane SHAREOWN= dbane SHAREGRP= dbane .include <bsd.own.mk> PREFIX?= /home/dbane BINDIR= $(PREFIX)/bin MANDIR= $(PREFIX)/man/man PROG= lbl CFLAGS+= -I../hdr -Wall -std=c11 -D_XOPEN_SOURCE=600 MAN= ../doc/lbl.1 SRCS= lbl.c actions.c build.c externs.c find.c keyword.c list.c \ printl.c rescan.c scan.c signals.c LIBC= /lib/libc.so.7 |
︙ | ︙ |