diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-12 01:51:34 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-12 01:51:34 +0000 |
| commit | ceb3de7af6a529d16cd740ab3d481287b242c31d (patch) | |
| tree | dbfd53befc2653a70e51f4475696fb08b0d75f36 /usr.sbin/pcvt/ispcvt | |
| parent | 3d70f093045ae0ad59dabb8440453c7cbe2a0eb9 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pcvt/ispcvt')
| -rw-r--r-- | usr.sbin/pcvt/ispcvt/Makefile | 25 |
1 files changed, 3 insertions, 22 deletions
diff --git a/usr.sbin/pcvt/ispcvt/Makefile b/usr.sbin/pcvt/ispcvt/Makefile index 1787cc2dd0f4..01204b1274a6 100644 --- a/usr.sbin/pcvt/ispcvt/Makefile +++ b/usr.sbin/pcvt/ispcvt/Makefile @@ -1,27 +1,8 @@ - -.if !exists(${.CURDIR}/../Makefile.inc) -error: - @echo - @echo " You MUST link/copy" - @echo - @echo " ../Makefile.inc.NetBSD or ../Makefile.inc.FreeBSD" - @echo - @echo " to ../Makefile.inc before you can proceed !" - @echo -.else - -PROG = ispcvt -MAN8 = ispcvt.${MAN8EXT} - -.include <bsd.prog.mk> - -# special bindir, this MUST stand after include <bsd.prog.mk> -BINDIR = /usr/sbin - -$(PROG): $(INCDIR)/pcvt_ioctl.h +PROG= ispcvt +MAN8= ispcvt.${MAN8EXT} beforeinstall: @if [ ! -d $(MANDIR)8 ] ; then \ echo making $(MANDIR)8; mkdir $(MANDIR)8; fi -.endif +.include <bsd.prog.mk> |
