diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-06-16 02:10:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-06-16 02:10:56 +0000 |
commit | 03d252a698b3c341588fee40793e44118c883ca0 (patch) | |
tree | 7f478bd708046e2ebbc2a9278acfdcf4b0fc891e /sysutils/lsof/Makefile | |
parent | LSOF's configure uses `FREEBSD_SYS' as a way to override /usr/src/sys as (diff) |
Fix a typo that breaks the Makefile.
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 908178167572..c10c57817ede 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -66,7 +66,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/share/lsof @${CHMOD} 0444 ${PREFIX}/share/lsof/00* -if !exists(${FREEBSD_SYS}/miscfs/fdesc/fdesc.h) +.if !exists(${FREEBSD_SYS}/miscfs/fdesc/fdesc.h) post-install: @${ECHO} "************************************************************" @${ECHO} "* W a r n i n g *" |