#	@(#)Makefile	0.0 (Julian H. Stacey)	94 01 06
# ~jhs/src/odds/c/unix4dos/Makefile designed for FreeBSD	

install:
	@echo 'These files are not installed on unix, because putting my'
	@echo 'local old mini versions in when we already have'
	@echo 'proper versions in /bin etc, makes no sense, & can even '
	@echo 'confuse things like exmh that seem to fail using'
	@echo 'my /usr/local/bin/cp, to save mime zip enclosures.'

# Standard
#	login.c:60: conflicting types for `endpwent'
#	/usr/include/pwd.h:86: previous declaration of `endpwent'
#	login.c: In function `echo_set':
#	login.c:346: storage size of `screen' isn't known
#	login.c:349: `TIOCGETP' undeclared (first use this function)
#	login.c:349: (Each undeclared identifier is reported only once
#	login.c:349: for each function it appears in.)
#	login.c:354: `ECHO' undeclared (first use this function)
#	login.c:357: `TIOCSETP' undeclared (first use this function)
#	freebsd:	rm.c:31: dir.h: No such file or directory
#	int You must define either RMDIR or MKDIR ;
#	tee.c: In function `main':
#	tee.c:21: `_NFILE' undeclared (first use this function)
# tee_joe.o: Undefined symbol _vsl referenced from text segment
# Special

# DOS stuff
#	stty.o: Undefined symbol _outp referenced from text segment
#	sh.c:30: process.h: No such file or directory
#	sh.c:64: lib/getpwnam.c: No such file or directory
#	sh.c:196: unterminated `#if' conditional

# ========
.if defined(TARGET_DOS)
.endif

.include <berklix.mk>
