diff options
author | bde <bde@FreeBSD.org> | 1995-07-24 23:02:03 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-07-24 23:02:03 +0000 |
commit | 482147355ffcf6fcf97640000e64c377a965451e (patch) | |
tree | be3f0281ca3a153fbc01684650f7115ba5279c5d /usr.sbin/spkrtest | |
parent | 5bd836c1906dd3093a764605dcfb280dc1da2939 (diff) | |
download | FreeBSD-src-482147355ffcf6fcf97640000e64c377a965451e.zip FreeBSD-src-482147355ffcf6fcf97640000e64c377a965451e.tar.gz |
Delete the recently introduced NOOBJ. The obj directory will soon be
used to hold gzipped man pages.
Diffstat (limited to 'usr.sbin/spkrtest')
-rw-r--r-- | usr.sbin/spkrtest/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/spkrtest/Makefile b/usr.sbin/spkrtest/Makefile index 57fa822..5fb1a47 100644 --- a/usr.sbin/spkrtest/Makefile +++ b/usr.sbin/spkrtest/Makefile @@ -1,5 +1,4 @@ MAN8= spkrtest.8 -NOOBJ= yes beforeinstall: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |